.Net Framework > v2.0.50727 > Microsoft > VisualBasic > FileSystem > FilePut FilePut(Int32,Array,Int64,Boolean,Boolean)
FilePut(Int32,Boolean,Int64)
FilePut(Int32,Byte,Int64)
FilePut(Int32,Char,Int64)
FilePut(Int32,DateTime,Int64)
FilePut(Int32,Decimal,Int64)
FilePut(Int32,Double,Int64)
FilePut(Int32,Int16,Int64)
FilePut(Int32,Int32,Int64)
FilePut(Int32,Int64,Int64)
FilePut(Int32,Single,Int64)
FilePut(Int32,String,Int64,Boolean)
FilePut(Int32,ValueType,Int64)
FilePut(Object,Object,Object)


FilePut(Int32,Array,Int64,Boolean,Boolean)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueArray
RecordNumberInt64
ArrayIsDynamicBoolean
StringIsFixedLengthBoolean
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Boolean,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueBoolean
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Byte,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueByte
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Char,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueChar
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,DateTime,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueDateTime
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Decimal,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueDecimal
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Double,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueDouble
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Int16,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueInt16
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Int32,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueInt32
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Int64,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueInt64
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,Single,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueSingle
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,String,Int64,Boolean)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueString
RecordNumberInt64
StringIsFixedLengthBoolean
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Int32,ValueType,Int64)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberInt32
ValueValueType
RecordNumberInt64
Tags
01892ABD01, 02E3ABA98D, 0376596F91

FilePut(Object,Object,Object)

Category
Method
Description
Writes data from a variable to a disk file. The My feature gives you greater productivity and performance in file I/O operations than FilePut. For more information, see My.Computer.FileSystem Object.
Type
void
Character
public, static
Parameters
NameTypeDescription
FileNumberObject
ValueObject
RecordNumberObject
Attributes
NameValue/Assignment
ObsoleteAttributeThis member has been deprecated. Please use FilePutObject to write Object types, or coerce FileNumber and RecordNumber to Integer for writing non-Object types. http://go.microsoft.com/fwlink/?linkid=14202
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database